 Diagram
Diagram
             Overview
Overview
    
        
            |  | 
                    
                        
                            
                                |  | 
                                        onclose optional xs:string 
                                            Specify the script to run when this event occurs
                                         |  
                        
                            
                                |  | 
                                        onexevent optional xs:string 
                                            Specify the script to run when this event occurs.
                                         |  
                        
                            
                                |  | 
                                        onmeasurement optional xs:string 
                                            Specify the script to run when this event occurs.
                                         |  
                        
                            
                                |  | 
                                        onopen optional xs:string 
                                            Specify the script to run when this event occurs
                                         |  | 
    
 Attributes
Attributes
| Name | Type | Use | Default | Fixed | Description | 
|---|
| onclose | xs:string | optional |  |  | Specify the script to run when this event occurs | 
| onexevent | xs:string | optional |  |  | Specify the script to run when this event occurs. | 
| onmeasurement | xs:string | optional |  |  | Specify the script to run when this event occurs. | 
| onopen | xs:string | optional |  |  | Specify the script to run when this event occurs | 
 Source
Source
| <xs:element name="RANGEFINDER" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:attribute ref="onclose" />
    <xs:attribute ref="onexevent" />
    <xs:attribute ref="onmeasurement" />
    <xs:attribute ref="onopen" />
  </xs:complexType>
</xs:element> | 
 See Also
See Also